projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e55177
)
(Fwindow_end): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Aug 1994 21:58:47 +0000
(21:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Aug 1994 21:58:47 +0000
(21:58 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index cc7c78b077da07095b52281a06238b69c2f9c144..bec4aaa30cfe6ed74048099123b3d2603ca40747 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-486,7
+486,10
@@
DEFUN ("window-start", Fwindow_start, Swindow_start, 0, 1, 0,
}
DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 1, 0,
- "Return position at which display currently ends in WINDOW.")
+ "Return position at which display currently ends in WINDOW.\n\
+This is updated by redisplay, when it runs to completion.\n\
+Simply changing the buffer text or setting `window-start'\n\
+does not update this value.")
(window)
Lisp_Object window;
{